Closed
Bug 1454757
Opened 7 years ago
Closed 7 years ago
cargo fmt doesn't find the servo crates used in gecko
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: bholley, Unassigned)
References
(Blocks 2 open bugs)
Details
Running cargo fmt on top-level m-c makes changes in some crates, but doesn't seem to find the servo crates.
Running |cargo fmt --package mozurl| formats the mozurl crate. But doing the same thing for "style" gives me:
> package `style` is not a member of the workspace
Comment 1•7 years ago
|
||
We could probably stand a "general Rust issues" component, but whatever. I assume this is due to workspace excluding servo:
https://dxr.mozilla.org/mozilla-central/rev/28db2c96ac695ce77c532901f5431a18a1d44374/Cargo.toml#23
Product: Firefox Build System → Core
Version: Version 3 → unspecified
Is this this a Firefox issue or a Rust issue?
Going to nudge that team.
Flags: needinfo?(ted)
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(ted)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•